
注冊(cè)
/
登錄




批量40左右個(gè)模型用python循環(huán)接續(xù)計(jì)算,完成前半十幾二十個(gè)模型的計(jì)算后剩下的模型都能建模但是無(wú)法計(jì)算,每新建一個(gè)模型就顯示ABAQUS/Standard rank 0 failed to allocate memory錯(cuò)誤沒(méi)有計(jì)算直接跳到下一個(gè)模型,任務(wù)管理器發(fā)現(xiàn)內(nèi)存飆到90幾,但是硬盤(pán)空間還有很多,請(qǐng)教各位如何解決我的任務(wù)循環(huán)函數(shù)如下:def jobsubmit(job_name,









materials = [ ]path=r'D:\Abaqus\abaqus setup\jiaoben.txt'with open(path,'r') as file: line=file.readline() while line: materials.append(line.strip().split('\t')) line=file.readline
跳至頁(yè)
TOP